Quote:
|
Originally Posted by sundarrajan
I need to create games for my project !
|
Oh dear... games are hard.
Quote:
|
I heard about OpenGL any one help me what is it and how it is useful for animation or game creation
|
OpenGL is a graphics API. It's used to create 3D graphics, or 2D if you so wish.
It's not suitable for anything else- because it doesn't
do anything else. Animation is up to you, and it won't provide any further services to your game beyond graphics.
You may wish to look into libraries such as SDL, for input, windowing, audio; or game engines- they might make it a bit easier.